home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "Q ON ROLLOVER"
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "Q NORMAL"
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "Q ON MOUSEDOWN"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "Q NORMAL"
- puppetSound(1, "soft metal")
- sound stop 2
- go(4, "CONTROL")
- end
-